home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
delbpt.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
485b
|
67 lines
delbpt(1) Scilab Function delbpt(1)
NAME
delbpt - delete breakpoint
CALLING SEQUENCE
delbpt('macroname' [,linenumb])
DESCRIPTION
deletes the breakpoint at line linenumb in the function macroname. If
linenumb is omitted all the breakpoints in the function are deleted.
EXAMPLE
setbpt('foo',1),setbpt('foo',10),delbpt('foo',10),dispbpt()
SEE ALSO
setbpt, dispbpt, pause, resume